home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 October
/
EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso
/
progs
/
devel
/
pcq12d_2
/
examples
/
today.p
< prev
next >
Wrap
Text File
|
1992-02-05
|
213b
|
15 lines
Program Today;
{$I "Include:Utils/DateTools.i"}
Var
TodayTime : DateDescription;
begin
TimeDesc(TodayTime);
with TodayTime do
Writeln('The time is: ', Hour:2, ':', Minute:2, ':', Second:2);
end.